Skip to main content

PositivePercentage

The 1000th of a percent (100000 = 100%).

Type

number

Example

This example sets a gradient stop position in 100%.

let gs = Api.CreateGradientStop(Api.CreateRGBColor(255, 164, 101), 100000);